home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / interfaces / AOCE folder / OCEErrors.lisp < prev    next >
Encoding:
Text File  |  1994-09-12  |  25.1 KB  |  426 lines  |  [TEXT/CCL2]

  1.  
  2. (in-package :TRAPS)             ; ***********************************************************
  3. ; Created: Sunday, June 6, 1993 at 3:00PM
  4. ;  OCEErrors.p
  5. ;  Pascal Interface to the Macintosh Libraries
  6. ;   Copyright Apple Computer, Inc. 1990-1993
  7. ;   All rights reserved
  8. ; ***********************************************************
  9.  
  10. ; $IFC UNDEFINED UsingIncludes
  11. ; $SETC UsingIncludes:= 0
  12. ; $ENDC
  13.  
  14. ; $IFC NOT UsingIncludes
  15.  
  16. ; $ENDC
  17.  
  18. ; $IFC UNDEFINED UsingOCEErrors
  19. ; $SETC UsingOCEErrors:= 1
  20.  
  21. ; $I+
  22. ; $SETC OCEErrorsIncludes:= UsingIncludes
  23. ; $SETC UsingIncludes:= 1
  24.  
  25. ; $IFC UNDEFINED UsingErrors
  26.  
  27. (require-interface 'ERRORS)     ; $I $$Shell(PInterfaces)Errors.p
  28. ; $ENDC
  29.  
  30. ; $SETC UsingIncludes:= OCEErrorsIncludes
  31.  
  32. ; Allocated ranges:
  33. ;     AOCE General Errors                        -1500 to -1539
  34. ;     AOCE Authentication Errors                -1540 to -1609
  35. ;     AOCE Catalog Errors                        -1610 to -1680
  36. ;     
  37. ;     AOCE Standard Mail Errors                -1900 to -1949
  38. ;     AOCE Standard Catalog Errors            -1950 to -1969
  39. ;     AOCE Digital Signature Errors            -1970 to -1999
  40. ;     AOCE Templates Errors                    -15000 to -15039
  41. ;     AOCE Mail Errors                        -15040 to -15089
  42. ;     AOCE Messaging Errors                    -15090 to -15169
  43. ;     Reserved for future                        -15170 to -15199
  44.  
  45. ;  AOCE General Errors (-1500 to -1539) 
  46.  
  47. (defconstant $kOCEToolboxNotOpen -1500);  Toolbox not open; perhaps its closing 
  48. (defconstant $kOCEInvalidCommand -1501);  Request code passed to a trap call is invalid 
  49. (defconstant $kOCEInvalidRef -1502);  a reference to an object is obsolete or invalid 
  50. (defconstant $kOCEBufferTooSmall -1503);  the buffer supplied is too small for the task 
  51. (defconstant $kOCEVersionErr -1504);  some manner of software version mismatch 
  52. (defconstant $kOCESyncAsyncErr -1505);  Op tried synchronously may only be done async, or vice versa 
  53. (defconstant $kOCEInternalErr -1506);  the OCE toolbox has an internal error 
  54. (defconstant $kOCENotAnOwner -1507);  this operation can only be done by the object's owner 
  55. (defconstant $kOCENotImplemented -1508);  Feature not implemented 
  56. (defconstant $kOCENotAuthenticated -1509);  The user must be authenticated 
  57. (defconstant $kOCEAlreadyExists -1510);  The object being added already exists 
  58. (defconstant $kOCEDoesntExist -1511);  the object being referenced doesn't exist or cannot be found 
  59. (defconstant $kOCEConnectionErr -1512);  Unable to open or maintain a network transport 
  60. (defconstant $kOCEConnectionClosed -1513);  Connect has closed 
  61. (defconstant $kOCEInvalidRecipient -1514);  Invalid recipient/address for this command 
  62. (defconstant $kOCEInvalidIndex -1515);  invalid index (out of range) 
  63. (defconstant $kOCERefIsClosing -1516);  Object references is being closed, cannot complete command 
  64. (defconstant $kOCEHasPendingMsgs -1517)
  65. (defconstant $kOCEInvalidConfiguration -1518)
  66. (defconstant $kOCERequiredServicesNotAvailable -1519)
  67. (defconstant $kOCEServerInactive -1520)
  68. (defconstant $kOCEMoreDiskSpaceNeeded -1521);  Inadequate disk space to safely complete operation 
  69. (defconstant $kOCEParamErr #$PARAMERR);  invalid parameter passed to toolbox 
  70.  
  71. ;  AOCE Authentication Errors (-1540 to -1609) 
  72.  
  73. (defconstant $kOCEReadAccessDenied -1540)
  74. (defconstant $kOCEWriteAccessDenied -1541)
  75. (defconstant $kOCEAccessRightsInsufficient -1542);  stream needs to be authenticated, or not authorized, or someone other than agent trying to TPFC, or problem in server-to-server authentication 
  76. (defconstant $kOCEUnsupportedCredentialsVersion -1543);  don't know how to read that version of credentials 
  77. (defconstant $kOCECredentialsProblem -1544);  couldn't successfully decrypt credentials 
  78. (defconstant $kOCECredentialsImmature -1545);  current time < first valid time 
  79. (defconstant $kOCECredentialsExpired -1546);  current time > expiry time 
  80. (defconstant $kOCEProxyImmature -1547);  current time < proxy start time 
  81. (defconstant $kOCEProxyExpired -1548);  current time > proxy expiry time 
  82. (defconstant $kOCEDisallowedRecipient -1549);  Recipient not specified in proxy 
  83. (defconstant $kOCENoKeyFound -1550);  found no key for entity in question 
  84. (defconstant $kOCEPrincipalKeyNotFound -1551);  couldn't decode proxy because principal has no key 
  85. (defconstant $kOCERecipientKeyNotFound -1552);  recipient has no key 
  86. (defconstant $kOCEAgentKeyNotFound -1553);  in TPFC, agent has no key 
  87. (defconstant $kOCEKeyAlreadyRegistered -1554);  entity already has a key 
  88. (defconstant $kOCEMalformedKey -1555);  key is of an unknown encryption method, or key doesn't match password 
  89. (defconstant $kOCEUndesirableKey -1556);  password too short, key too simple, or trying to change cluster key to the same value 
  90. (defconstant $kOCEWrongIdentityOrKey -1557);  In CheckIdentity, name doesn't exist or key is wrong 
  91. (defconstant $kOCEInitiatorKeyProblem -1558);  either we couldn't find the initiator's key or we found it but couldn't successfully decrypt instructions or proxy 
  92. (defconstant $kOCEBadEncryptionMethod -1559);  the specified encryption method is not supported 
  93. (defconstant $kOCELocalIdentityDoesNotExist -1560);  LocalIdentity has to be setup 
  94. (defconstant $kOCELocalAuthenticationFail -1561);  LocalIdentity Login has to be done for this operation 
  95. (defconstant $kOCELocalIdentitySetupExists -1562);  LocalIdentity setup exists, use change instead of setup 
  96. (defconstant $kOCEDirectoryIdentitySetupExists -1563);  DirectoryIdentity setup exists, use change instead of setup 
  97. (defconstant $kOCEDirectoryIdentitySetupDoesNotExist -1564);  DirectoryIdentity setup does not exist 
  98. (defconstant $kOCENotLocalIdentity -1565);  Use LocalIdentity calls instead! 
  99. (defconstant $kOCENoMoreIDs -1566);  identity table is full 
  100. (defconstant $kOCEUnknownID -1567);  identity passed is not valid 
  101. (defconstant $kOCEOperationDenied -1568);  LocalID operation denied 
  102. (defconstant $kOCEAmbiguousMatches -1569);  ambiguous matches found in resolving CIDs (more than 1 CID) 
  103. (defconstant $kOCENoASDSPWorkSpace -1570);  No ASDSP workspace passed for Open Secure Stream 
  104. (defconstant $kOCEAuthenticationTrouble -1571);  generic authentication problem 
  105.  
  106. ;  AOCE Catalog Errors (-1610 to -1680) 
  107.  
  108. (defconstant $kOCENotLocal -1610);  the server does not serve the requested dNode 
  109. (defconstant $kOCETooBusy -1611);  server cannot complete call at this time 
  110. (defconstant $kOCEDatabaseFull -1612);  disk is full 
  111. (defconstant $kOCETargetDirectoryInaccessible -1613);  Catalog server not responding 
  112. (defconstant $kOCEBogusArgs -1614);  Args not formatted correctly on the wire 
  113. (defconstant $kOCENoSuchDNode -1615);  the requested dNode does not exist 
  114. (defconstant $kOCEDNodeUnavailable -1616);  could not find any servers that serve the requested dNode 
  115. (defconstant $kOCEBadRecordID -1617);  invalid RecordID (usually name and/or type don't match cid) 
  116. (defconstant $kOCENoSuchRecord -1618);  the specified record does not exist 
  117. (defconstant $kOCENoSuchAttributeValue -1619);  The attribute value that was passed in does not exist 
  118. (defconstant $kOCENoSuchPseudonym -1620);  the specified pseudonym does not exist 
  119. (defconstant $kOCEAttributeValueTooBig -1621);  self-explanatory 
  120. (defconstant $kOCETypeExists -1622);  The type already exists in the record 
  121. (defconstant $kOCEMoreData -1623);  only a warning - buffer not big enough 
  122. (defconstant $kOCERefNumBad -1624);  RefNum is not valid 
  123. (defconstant $kOCEStreamCreationErr -1625);  problem creating stream 
  124. (defconstant $kOCEOperationNotSupported -1626);  the specified catalog does not support this operation 
  125. (defconstant $kOCEPABNotOpen -1627);  specified Personal Catalog is not open to make the operation 
  126. (defconstant $kOCEDSAMInstallErr -1628);  specified CSAM could not be installed 
  127. (defconstant $kOCEDirListFullErr -1629);  catalog list is full, try removing an entry 
  128. (defconstant $kOCEDirectoryNotFoundErr -1630);  catalog was not found in the list 
  129. (defconstant $kOCEAbortNotSupportedForThisCall -1631);  this call cannot be aborted 
  130. (defconstant $kOCEAborted -1632);  this call was aborted 
  131. (defconstant $kOCEOCESetupRequired -1633);  LocalIdentity Setup is required 
  132. (defconstant $kOCEDSAMRecordNotFound -1634);  CSAM Record not found 
  133. (defconstant $kOCEDSAMNotInstantiated -1635);  CSAM is not instantiated 
  134. (defconstant $kOCEDSAMRecordExists -1636);  CSAM record already exists 
  135. (defconstant $kOCELengthError -1637);  supplied buffer was too small 
  136. (defconstant $kOCEBadStartingRecord -1638);  Lookup starting record is not within range 
  137. (defconstant $kOCEBadStartingAttribute -1639);  Lookup starting attribute is not within range 
  138. (defconstant $kOCEMoreAttrValue -1640);  attribute value could not fit into buffer (even though it was the only value) 
  139. (defconstant $kOCENoDupAllowed -1641)
  140. (defconstant $kOCENoSuchAttributeType -1642)
  141. (defconstant $kOCEMiscError -1643);  some other error 
  142. (defconstant $kOCENoSuchIcon -1644);  no matching icon from GetDirectoryIcon 
  143. (defconstant $kOCERLIsDontMatch -1645);  RLIs do not match in lookup 
  144. (defconstant $kOCEDirectoryCorrupt -1646);  Serious disk fill corruption problem 
  145.  
  146. ;  AOCE Standard Mail Errors (-1900 to -1949) 
  147.  
  148. (defconstant $kSMPNotEnoughMemoryForAllRecips -1900)
  149. (defconstant $kSMPCopyInProgress -1901)
  150. (defconstant $kSMPMailerNotInitialized -1902)
  151. (defconstant $kSMPShouldNotAddContent -1903)
  152. (defconstant $kSMPMailboxNotFound -1904)
  153. (defconstant $kSMPNoNextLetter -1905)
  154. (defconstant $kSMPHasOpenAttachments -1906)
  155. (defconstant $kSMPFinderNotRunning -1907)
  156. (defconstant $kSMPCommandDisabled -1908)
  157. (defconstant $kSMPNoMailerInWindow -1909)
  158. (defconstant $kSMPNoSuchAddress -1910)
  159. (defconstant $kSMPMailerAlreadyInWindow -1911)
  160. (defconstant $kSMPMailerUneditable -1912)
  161. (defconstant $kSMPNoMatchingBegin -1913)
  162. (defconstant $kSMPCannotSendReceivedLetter -1914)
  163. (defconstant $kSMPIllegalForDraftLetter -1915)
  164. (defconstant $kSMPMailerCannotExpandOrContract -1916)
  165. (defconstant $kSMPMailerAlreadyExpandedOrContracted -1917)
  166. (defconstant $kSMPIllegalComponent -1918)
  167. (defconstant $kSMPMailerAlreadyNotTarget -1919)
  168. (defconstant $kSMPComponentIsAlreadyTarget -1920)
  169. (defconstant $kSMPRecordDoesNotContainAddress -1921)
  170. (defconstant $kSMPAddressAlreadyInList -1922)
  171. (defconstant $kSMPIllegalSendFormats -1923)
  172. (defconstant $kSMPInvalidAddressString -1924)
  173. (defconstant $kSMPSubjectTooBig -1925)
  174. (defconstant $kSMPParamCountErr -1926);   enclosure count != 1, while sendEnclosure Only == true. 
  175. (defconstant $kSMPTooManyPages -1927);   Exceeding the image page limit. 
  176. (defconstant $kSMPTooManyEnclosures -1928)
  177.  
  178. ;  AOCE Standard Catalog Errors (-1950 to -1969) 
  179.  
  180. (defconstant $kSDPNoSearchText -1950)
  181. (defconstant $kSDPTooManyLoginAttempts -1951)
  182. (defconstant $kSDPNoSelection -1952)
  183. (defconstant $kSDPPersonalDirectoryRepairFailed -1953)
  184.  
  185. ;  AOCE Digital Signature Errors (-1970 to -1999) 
  186.  
  187. (defconstant $kSIGOperationIncompatibleErr -1970);  context in use for different type of operation 
  188. (defconstant $kSIGCertificateQueryDenied -1971);  can't query certificates with this context 
  189. (defconstant $kSIGVerifyFailedErr -1972);  verification failed 
  190. (defconstant $kSIGInvalidCredentialErr -1973);  verified OK but credential out of date,  either pending or expired 
  191. (defconstant $kSIGIndexErr -1974);  the index given is outside the range of allowable values 
  192. (defconstant $kSIGSignerErr -1975);  problem with the signer or signature itself 
  193. (defconstant $kSIGPasswordErr -1976);  password is incorrect 
  194. (defconstant $kSIGInternalsErr -1977);  an internal error occurred like a bad digest, context or signature 
  195. (defconstant $kSIGToolboxNotPresentErr -1978);  for client services (ie servers) to report back - not retruned by the TB 
  196. (defconstant $kSIGContextPrepareErr -1979);  context either prepared with VerifyPrepare, SignPrepare or DigestPrepare already or has been corrupted 
  197. (defconstant $kSIGNoDigestErr -1980);  no digest in the signature 
  198. (defconstant $kSIGConversionErr -1981);  unabled to convert an attribute to Mac format 
  199. (defconstant $kSIGSignerNotValidErr -1982);  Signer has either expired or is pending and can not sign 
  200. (defconstant $kSIGNoSignature -1983);  standard file signature not found 
  201.  
  202. ;  AOCE Templates Errors (-15000 to -15039) 
  203.  
  204. (defconstant $kDETInvalidTargetAspectName -15000);  Could not locate an aspect by name 
  205. (defconstant $kDETInvalidTargetItemNumber -15001);  Item number is target invalid (out of range 1..<number of children>) 
  206. (defconstant $kDETInvalidTargetFromNonAspect -15002);  Target selection relative to non-aspect object which requires an aspect 
  207. (defconstant $kDETInvalidTargetDSSpec -15003);  Target DSSpec could not be resolved 
  208. (defconstant $kDETUnknownTargetSelector -15004);  Unknown selector type for target specification 
  209. (defconstant $kDETInvalidTarget -15005);  Target specification was invalid (for reasons other than those above) 
  210. (defconstant $kDETTargetNotAnAspect -15006);  Specified target object was not an aspect 
  211. (defconstant $kDETInvalidCommandItemNumber -15007);  Command item number invalid (out of range 1..<number of items in selection>) 
  212. (defconstant $kDETUnableToGetCommandItemSpec -15008);  Unable to retrieve item specification (internal error, possibly out of memory) 
  213. (defconstant $kDETRequestedTypeUnavailable -15009);  Command item could not be represented in the form requested 
  214. (defconstant $kDETInvalidDSSpec -15010);  Could not resolve DSSpec (other than in target; see error above for targets) 
  215. (defconstant $kDETUnableToAccessProperty -15011);  Property could not be found and/or created 
  216. (defconstant $kDETInfoPageNotOpen -15012);  Info-page not open; request requires an open info-page 
  217. (defconstant $kDETNoSuchView -15013);  No view found with specified property number 
  218. (defconstant $kDETCouldNotAddMenuItem -15014);  Could not add item to dynamic menu 
  219. (defconstant $kDETCouldNotRemoveMenuItem -15015);  Could not remove item from dynamic menu 
  220. (defconstant $kDETCouldNotFindMenuItem -15016);  Could not find menu item 
  221. (defconstant $kDETCouldNotFindCustomView -15017);  Could not find custom view in info-page 
  222. (defconstant $kDETInvalidReqFunction -15018);  Invalid call-back request function 
  223. (defconstant $kDETInvalidCallBack -15019);  Invalid call-back (for reasons other than those above) 
  224. (defconstant $kDETPropertyBusy -15020);  Edit is open on the property being set 
  225.  
  226. ;  AOCE Mail Errors (-15040 to -15089) 
  227.  
  228. (defconstant $kMailInvalidOrder -15040);  This object has already been written to and cannot be written again 
  229. ;  handle non-zero offsets for now 
  230. (defconstant $kMailInvalidSeqNum -15041);  Invalid letter sequence o refers to an non–existent letter 
  231. (defconstant $kMailAttrNotInHdr -15042);  attribute does not exist in this letter header 
  232. (defconstant $kMailHdrAttrMissing -15043);  required attribute not written into letter header 
  233. (defconstant $kMailBadEnclLengthErr -15044);  incorrect number of bytes has been written after memForm of PutEnclosure 
  234. (defconstant $kMailInvalidRequest -15045);  cannot putAttr for report, putRcptReport for letter 
  235. (defconstant $kMailInvalidPostItVersion -15046);  cannot create new postit with this version 
  236. (defconstant $kMailNotASlotInQ -15047);  queueID does not refer to a slot's incoming queue 
  237. (defconstant $kMailLtrNotOpen -15048);  letter is not open, probably not cached in inQ 
  238. (defconstant $kMailMissingMailCat -15049);  trying to create message in inq, with no postIt 
  239. (defconstant $kMailCannotWriteMailCat -15050);  cannot update a mail catentry 
  240. (defconstant $kMailTooManyTagsPerLetter -15051);  cannot add more than kMaxTagsPerLetter tags 
  241. (defconstant $kMailGwyDead -15052);  MSAM died 
  242. (defconstant $kMailIgnoredErr -15053);  ePPC message was ignored 
  243. (defconstant $kMailLengthErr -15054);  ePPC message did not complete 
  244. (defconstant $kMailTooManyErr -15055);  Too many = request outstanding, 
  245. (defconstant $kMailNoMSAMErr -15056);  no MSAMs found in mailbox! or for command 
  246. (defconstant $kMailCancelled -15057)
  247. (defconstant $kMailSlotSuspended -15058)
  248. (defconstant $kMailMSAMSuspended -15059)
  249. (defconstant $kMailBadSlotInfo -15060)
  250. (defconstant $kMailMalformedContent -15061);  a mailed structure is malformed 
  251. (defconstant $kMailNoSuchSlot -15062);  no such slot 
  252. (defconstant $kMailBadLtrInfo -15063);  bad info there, can't change 
  253. (defconstant $kMailSetFailed -15064);  could not set letter info 
  254. (defconstant $kMailBadConfig -15065);  MSAM has bad config info 
  255. (defconstant $kMailBadMSAM -15066);  bad MSAM: not usable = reason unspec, 
  256. (defconstant $kMailCannotLkupServerSlots -15067);  cannot lookup adas for server mail slots 
  257. (defconstant $kMailBadState -15068);  the state specifiy is not in any of defined 
  258.  
  259. ;  AOCE Messaging Errors (-15090 to -15169) 
  260.  
  261. (defconstant $kIPMCantCreateIPMCatEntry -15090)
  262. (defconstant $kIPMInvalidMsgType -15091);  bad msg hint 
  263. (defconstant $kIPMInvalidProcHint -15092);  bad proc hint 
  264. (defconstant $kIPMInvalidOffset -15093);  bad offset for read/write 
  265. (defconstant $kIPMUpdateCatFailed -15094)
  266. (defconstant $kIPMMsgTypeReserved -15095)
  267. (defconstant $kIPMNotInABlock -15096)
  268. (defconstant $kIPMNestedMsgOpened -15097)
  269. (defconstant $kIPMA1HdrCorrupt -15098)
  270. (defconstant $kIPMCorruptDataStructures -15099)
  271. (defconstant $kIPMAbortOfNestedMsg -15100)
  272. (defconstant $kIPMBlockIsNotNestedMsg -15101)
  273. (defconstant $kIPMCacheFillError -15102)
  274. (defconstant $kIPMInvalidSender -15103)
  275. (defconstant $kIPMNoRecipientsYet -15104)
  276. (defconstant $kIPMInvalidFilter -15105)
  277. (defconstant $kIPMAttrNotInHdr -15106)
  278. (defconstant $kIPMBlkNotFound -15107)
  279. (defconstant $kIPMStreamErr -15108);  Error on stream (should this ever go out?) 
  280. (defconstant $kIPMPortClosed -15109);  Port closed (should this ever go out?) 
  281. (defconstant $kIPMBinBusy -15110)
  282. (defconstant $kIPMCorruptedBin -15111)
  283. (defconstant $kIPMBadQName -15112)
  284. (defconstant $kIPMEndOfBin -15113)
  285. (defconstant $kIPMBinNeedsConversion -15114)
  286. (defconstant $kIPMMgrInternalErr -15115)
  287. (defconstant $kIPMEltBusy -15116)
  288. (defconstant $kIPMEltClosedNotDeleted -15117)
  289. (defconstant $kIPMBadContext -15118)
  290. (defconstant $kIPMContextIsClosing -15119)
  291. (defconstant $kIPMeoQ -15120)
  292. (defconstant $kIPMQOutOfSpace -15121)
  293. (defconstant $kIPMEltNotFound -15122)
  294. (defconstant $kIPMBinOutOfSpace -15123)
  295. (defconstant $kIPMeoCatEntry -15124)
  296. (defconstant $kIPMeoElt -15125)
  297. (defconstant $kIPMQBusy -15126)
  298. (defconstant $kIPMNotSameBin -15127)
  299. (defconstant $kIPMNoMoreServices -15128)
  300. (defconstant $kIPMLookupAttrTooBig -15129);  attribute in lookup is too big 
  301. (defconstant $kIPMUnknownUAM -15130)
  302. (defconstant $kIPMUnsupportedLogin -15131)
  303. (defconstant $kIPMLogInUnknown -15132)
  304. (defconstant $kIPMNoMoreFilters -15133)
  305. (defconstant $kIPMCouldNotReadInfoReply -15134)
  306. (defconstant $kIPMInvalidUser -15135)
  307. (defconstant $kIPMNoMoreSessions -15136)
  308. (defconstant $kIPMNilUserProc -15137)
  309. (defconstant $kIPMBadCatSize -15138)
  310. (defconstant $kIPMIncompleteMsg -15139)
  311. (defconstant $kIPMNoResponsibleTunnel -15140)
  312. (defconstant $kIPMAccessDenied -15141)
  313. (defconstant $kIPMReplyParamUnderrun -15142);  Too few reply parameters 
  314. (defconstant $kIPMReplyParamOverrun -15143);  Too many reply parameters 
  315. (defconstant $kIPMRequestParamUnderrun -15144);  Too few request parameters 
  316. (defconstant $kIPMOutOfSync -15145);  Protocol sync. error 
  317. (defconstant $kIPMNoAttrsFound -15146);  couldn't find any attrs in lookup 
  318. (defconstant $kIPMWrongAttrTag -15147);  wrong attr tag in adas lookup 
  319. (defconstant $kIPMNullCID -15148);  null cid in enumerate 
  320. (defconstant $kIPMBadMailSlotAttrVal -15149);  invalid mailslot attr value 
  321.  
  322. ; $ENDC                         ;  UsingOCEErrors 
  323.  
  324. ; $IFC NOT UsingIncludes
  325.  
  326. ; $ENDC
  327.  
  328. (export '($KIPMBADMAILSLOTATTRVAL $KIPMNULLCID $KIPMWRONGATTRTAG
  329.           $KIPMNOATTRSFOUND $KIPMOUTOFSYNC $KIPMREQUESTPARAMUNDERRUN
  330.           $KIPMREPLYPARAMOVERRUN $KIPMREPLYPARAMUNDERRUN $KIPMACCESSDENIED
  331.           $KIPMNORESPONSIBLETUNNEL $KIPMINCOMPLETEMSG $KIPMBADCATSIZE
  332.           $KIPMNILUSERPROC $KIPMNOMORESESSIONS $KIPMINVALIDUSER
  333.           $KIPMCOULDNOTREADINFOREPLY $KIPMNOMOREFILTERS $KIPMLOGINUNKNOWN
  334.           $KIPMUNSUPPORTEDLOGIN $KIPMUNKNOWNUAM $KIPMLOOKUPATTRTOOBIG
  335.           $KIPMNOMORESERVICES $KIPMNOTSAMEBIN $KIPMQBUSY $KIPMEOELT
  336.           $KIPMEOCATENTRY $KIPMBINOUTOFSPACE $KIPMELTNOTFOUND $KIPMQOUTOFSPACE
  337.           $KIPMEOQ $KIPMCONTEXTISCLOSING $KIPMBADCONTEXT
  338.           $KIPMELTCLOSEDNOTDELETED $KIPMELTBUSY $KIPMMGRINTERNALERR
  339.           $KIPMBINNEEDSCONVERSION $KIPMENDOFBIN $KIPMBADQNAME $KIPMCORRUPTEDBIN
  340.           $KIPMBINBUSY $KIPMPORTCLOSED $KIPMSTREAMERR $KIPMBLKNOTFOUND
  341.           $KIPMATTRNOTINHDR $KIPMINVALIDFILTER $KIPMNORECIPIENTSYET
  342.           $KIPMINVALIDSENDER $KIPMCACHEFILLERROR $KIPMBLOCKISNOTNESTEDMSG
  343.           $KIPMABORTOFNESTEDMSG $KIPMCORRUPTDATASTRUCTURES $KIPMA1HDRCORRUPT
  344.           $KIPMNESTEDMSGOPENED $KIPMNOTINABLOCK $KIPMMSGTYPERESERVED
  345.           $KIPMUPDATECATFAILED $KIPMINVALIDOFFSET $KIPMINVALIDPROCHINT
  346.           $KIPMINVALIDMSGTYPE $KIPMCANTCREATEIPMCATENTRY $KMAILBADSTATE
  347.           $KMAILCANNOTLKUPSERVERSLOTS $KMAILBADMSAM $KMAILBADCONFIG
  348.           $KMAILSETFAILED $KMAILBADLTRINFO $KMAILNOSUCHSLOT
  349.           $KMAILMALFORMEDCONTENT $KMAILBADSLOTINFO $KMAILMSAMSUSPENDED
  350.           $KMAILSLOTSUSPENDED $KMAILCANCELLED $KMAILNOMSAMERR $KMAILTOOMANYERR
  351.           $KMAILLENGTHERR $KMAILIGNOREDERR $KMAILGWYDEAD
  352.           $KMAILTOOMANYTAGSPERLETTER $KMAILCANNOTWRITEMAILCAT
  353.           $KMAILMISSINGMAILCAT $KMAILLTRNOTOPEN $KMAILNOTASLOTINQ
  354.           $KMAILINVALIDPOSTITVERSION $KMAILINVALIDREQUEST
  355.           $KMAILBADENCLLENGTHERR $KMAILHDRATTRMISSING $KMAILATTRNOTINHDR
  356.           $KMAILINVALIDSEQNUM $KMAILINVALIDORDER $KDETPROPERTYBUSY
  357.           $KDETINVALIDCALLBACK $KDETINVALIDREQFUNCTION
  358.           $KDETCOULDNOTFINDCUSTOMVIEW $KDETCOULDNOTFINDMENUITEM
  359.           $KDETCOULDNOTREMOVEMENUITEM $KDETCOULDNOTADDMENUITEM $KDETNOSUCHVIEW
  360.           $KDETINFOPAGENOTOPEN $KDETUNABLETOACCESSPROPERTY $KDETINVALIDDSSPEC
  361.           $KDETREQUESTEDTYPEUNAVAILABLE $KDETUNABLETOGETCOMMANDITEMSPEC
  362.           $KDETINVALIDCOMMANDITEMNUMBER $KDETTARGETNOTANASPECT
  363.           $KDETINVALIDTARGET $KDETUNKNOWNTARGETSELECTOR
  364.           $KDETINVALIDTARGETDSSPEC $KDETINVALIDTARGETFROMNONASPECT
  365.           $KDETINVALIDTARGETITEMNUMBER $KDETINVALIDTARGETASPECTNAME
  366.           $KSIGNOSIGNATURE $KSIGSIGNERNOTVALIDERR $KSIGCONVERSIONERR
  367.           $KSIGNODIGESTERR $KSIGCONTEXTPREPAREERR $KSIGTOOLBOXNOTPRESENTERR
  368.           $KSIGINTERNALSERR $KSIGPASSWORDERR $KSIGSIGNERERR $KSIGINDEXERR
  369.           $KSIGINVALIDCREDENTIALERR $KSIGVERIFYFAILEDERR
  370.           $KSIGCERTIFICATEQUERYDENIED $KSIGOPERATIONINCOMPATIBLEERR
  371.           $KSDPPERSONALDIRECTORYREPAIRFAILED $KSDPNOSELECTION
  372.           $KSDPTOOMANYLOGINATTEMPTS $KSDPNOSEARCHTEXT $KSMPTOOMANYENCLOSURES
  373.           $KSMPTOOMANYPAGES $KSMPPARAMCOUNTERR $KSMPSUBJECTTOOBIG
  374.           $KSMPINVALIDADDRESSSTRING $KSMPILLEGALSENDFORMATS
  375.           $KSMPADDRESSALREADYINLIST $KSMPRECORDDOESNOTCONTAINADDRESS
  376.           $KSMPCOMPONENTISALREADYTARGET $KSMPMAILERALREADYNOTTARGET
  377.           $KSMPILLEGALCOMPONENT $KSMPMAILERALREADYEXPANDEDORCONTRACTED
  378.           $KSMPMAILERCANNOTEXPANDORCONTRACT $KSMPILLEGALFORDRAFTLETTER
  379.           $KSMPCANNOTSENDRECEIVEDLETTER $KSMPNOMATCHINGBEGIN
  380.           $KSMPMAILERUNEDITABLE $KSMPMAILERALREADYINWINDOW $KSMPNOSUCHADDRESS
  381.           $KSMPNOMAILERINWINDOW $KSMPCOMMANDDISABLED $KSMPFINDERNOTRUNNING
  382.           $KSMPHASOPENATTACHMENTS $KSMPNONEXTLETTER $KSMPMAILBOXNOTFOUND
  383.           $KSMPSHOULDNOTADDCONTENT $KSMPMAILERNOTINITIALIZED
  384.           $KSMPCOPYINPROGRESS $KSMPNOTENOUGHMEMORYFORALLRECIPS
  385.           $KOCEDIRECTORYCORRUPT $KOCERLISDONTMATCH $KOCENOSUCHICON
  386.           $KOCEMISCERROR $KOCENOSUCHATTRIBUTETYPE $KOCENODUPALLOWED
  387.           $KOCEMOREATTRVALUE $KOCEBADSTARTINGATTRIBUTE $KOCEBADSTARTINGRECORD
  388.           $KOCELENGTHERROR $KOCEDSAMRECORDEXISTS $KOCEDSAMNOTINSTANTIATED
  389.           $KOCEDSAMRECORDNOTFOUND $KOCEOCESETUPREQUIRED $KOCEABORTED
  390.           $KOCEABORTNOTSUPPORTEDFORTHISCALL $KOCEDIRECTORYNOTFOUNDERR
  391.           $KOCEDIRLISTFULLERR $KOCEDSAMINSTALLERR $KOCEPABNOTOPEN
  392.           $KOCEOPERATIONNOTSUPPORTED $KOCESTREAMCREATIONERR $KOCEREFNUMBAD
  393.           $KOCEMOREDATA $KOCETYPEEXISTS $KOCEATTRIBUTEVALUETOOBIG
  394.           $KOCENOSUCHPSEUDONYM $KOCENOSUCHATTRIBUTEVALUE $KOCENOSUCHRECORD
  395.           $KOCEBADRECORDID $KOCEDNODEUNAVAILABLE $KOCENOSUCHDNODE
  396.           $KOCEBOGUSARGS $KOCETARGETDIRECTORYINACCESSIBLE $KOCEDATABASEFULL
  397.           $KOCETOOBUSY $KOCENOTLOCAL $KOCEAUTHENTICATIONTROUBLE
  398.           $KOCENOASDSPWORKSPACE $KOCEAMBIGUOUSMATCHES $KOCEOPERATIONDENIED
  399.           $KOCEUNKNOWNID $KOCENOMOREIDS $KOCENOTLOCALIDENTITY
  400.           $KOCEDIRECTORYIDENTITYSETUPDOESNOTEXIST
  401.           $KOCEDIRECTORYIDENTITYSETUPEXISTS $KOCELOCALIDENTITYSETUPEXISTS
  402.           $KOCELOCALAUTHENTICATIONFAIL $KOCELOCALIDENTITYDOESNOTEXIST
  403.           $KOCEBADENCRYPTIONMETHOD $KOCEINITIATORKEYPROBLEM
  404.           $KOCEWRONGIDENTITYORKEY $KOCEUNDESIRABLEKEY $KOCEMALFORMEDKEY
  405.           $KOCEKEYALREADYREGISTERED $KOCEAGENTKEYNOTFOUND
  406.           $KOCERECIPIENTKEYNOTFOUND $KOCEPRINCIPALKEYNOTFOUND $KOCENOKEYFOUND
  407.           $KOCEDISALLOWEDRECIPIENT $KOCEPROXYEXPIRED $KOCEPROXYIMMATURE
  408.           $KOCECREDENTIALSEXPIRED $KOCECREDENTIALSIMMATURE
  409.           $KOCECREDENTIALSPROBLEM $KOCEUNSUPPORTEDCREDENTIALSVERSION
  410.           $KOCEACCESSRIGHTSINSUFFICIENT $KOCEWRITEACCESSDENIED
  411.           $KOCEREADACCESSDENIED $KOCEPARAMERR $KOCEMOREDISKSPACENEEDED
  412.           $KOCESERVERINACTIVE $KOCEREQUIREDSERVICESNOTAVAILABLE
  413.           $KOCEINVALIDCONFIGURATION $KOCEHASPENDINGMSGS $KOCEREFISCLOSING
  414.           $KOCEINVALIDINDEX $KOCEINVALIDRECIPIENT $KOCECONNECTIONCLOSED
  415.           $KOCECONNECTIONERR $KOCEDOESNTEXIST $KOCEALREADYEXISTS
  416.           $KOCENOTAUTHENTICATED $KOCENOTIMPLEMENTED $KOCENOTANOWNER
  417.           $KOCEINTERNALERR $KOCESYNCASYNCERR $KOCEVERSIONERR
  418.           $KOCEBUFFERTOOSMALL $KOCEINVALIDREF $KOCEINVALIDCOMMAND
  419.           $KOCETOOLBOXNOTOPEN))
  420. (provide-interface 'OCEErrors)